home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: GIFWriting.h
- // SUMMARY: Interface for a GIFWriting category to NXImage
- // SUPERCLASS: Object:NXImage(GIFWriting)
- // INTERFACE: None
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION
- // This method is placed here by analogy to writeTIFF:*
- // The code here uses the netPBM libraries.
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 07/16/94: Created. Derived from netPBM
- ///////////////////////////////////////////////////////////////////////////////
-
- #import <appkit/appkit.h>
- #import "_FormatWritingImageView.h"
-
- @interface NXImage (GIFWriting)
- - writeGIFtoPath:(const char *) destPath;
- @end